home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / utilz / powerprt / pp_exam.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1996-02-04  |  88 b   |  8 lines

  1. program pp_exam;
  2.  
  3. Uses pp_tpu;
  4.  
  5. begin
  6.    writeln('Try to hack this one..');
  7. end.
  8.